home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / dskrw237.zip / DISKRW.DOC next >
Text File  |  1993-01-16  |  27KB  |  801 lines

  1.  
  2.  
  3.  
  4.  
  5.                       ════════════════════════════
  6.  
  7.                           D  i  s  k  -  R  W
  8.  
  9.                            (Disk Read/Write)
  10.  
  11.                       ════════════════════════════
  12.  
  13.  
  14.  
  15.                (c) Copyright 1989,1993 by Klaus Hartnegg
  16.                              Kleist-Str. 7
  17.                             D-7835 Teningen
  18.                                 Germany
  19.  
  20.                           All rights reserved
  21.  
  22.  
  23.  
  24.                        current with version 2.37
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.    C o n t e n t s
  32.  
  33.  
  34.  
  35.    1 Introduction                                              3
  36.  
  37.      1.1  Quick Start . . . . . . . . . . . . . . . . . . . .  3
  38.      1.2  The Speed . . . . . . . . . . . . . . . . . . . . .  3
  39.      1.3  Applications  . . . . . . . . . . . . . . . . . . .  3
  40.  
  41.  
  42.    2 Shareware  . . . . . . . . . . . . . . . . . . . . . . .  4
  43.  
  44.  
  45.    3 Usage                                                     5
  46.  
  47.      3.1  Installation. . . . . . . . . . . . . . . . . . . .  5
  48.      3.2  Syntax. . . . . . . . . . . . . . . . . . . . . . .  6
  49.      3.3  Options . . . . . . . . . . . . . . . . . . . . . .  6
  50.      3.4  Sample batch files. . . . . . . . . . . . . . . . .  9
  51.  
  52.  
  53.    4 Technical Notes                                           9
  54.  
  55.      4.1  Default Options . . . . . . . . . . . . . . . . . .  9
  56.      4.2  Compatibility . . . . . . . . . . . . . . . . . . . 10
  57.      4.3  Using the /Relaxed-option . . . . . . . . . . . . . 10
  58.      4.4  A note for Unix users . . . . . . . . . . . . . . . 10
  59.  
  60.  
  61.    5 General Information                                      11
  62.  
  63.      5.1  Revision History. . . . . . . . . . . . . . . . . . 11
  64.      5.2  Known Bugs. . . . . . . . . . . . . . . . . . . . . 12
  65.      5.3  Future Plans. . . . . . . . . . . . . . . . . . . . 12
  66.      5.4  Included Files. . . . . . . . . . . . . . . . . . . 13
  67.  
  68.  
  69.    6 Legal Stuff                                              13
  70.  
  71.      6.1  License . . . . . . . . . . . . . . . . . . . . . . 13
  72.      6.2  Registering . . . . . . . . . . . . . . . . . . . . 14
  73.  
  74.  
  75.  
  76.                                     2
  77.  
  78.  
  79.  
  80.    1   Introduction
  81.  
  82.    DiskRW is a  VERY  FAST  floppy disk processing program for
  83.    various purposes:
  84.  
  85.     -  copy disks in one pass (i.e. you need to insert each disk
  86.        only once)
  87.  
  88.     -  mass disk duplication (one source, multiple destinations)
  89.  
  90.     -  store contents of disks in image files and create exact disk
  91.        copies by writing such files back to disks
  92.  
  93.    and lots more (see list of features below).
  94.  
  95.  
  96.    DiskRW's main main features are it's high speed and compatibility
  97.    with non standard floppy controllers and disk formats, see
  98.    chapter 1.2
  99.  
  100.  
  101.  
  102.    1.1  Quick Start
  103.  
  104.    If you don't want to read the whole manual, just execute the
  105.    program with no arguments on the command line. This will display
  106.    a few examples. Be sure to configure DiskRW for all disks that
  107.    you are using, since it needs this to run at high speed.
  108.    You can skip the first and last config pass by pressing Escape.
  109.  
  110.  
  111.    1.2 The Speed
  112.  
  113.    A precise timing will make sure that DOS doesn't spend ages in
  114.    unnecessary timing loops. This will speed up disk access typically by
  115.    a factor of 1.5 to 2.
  116.  
  117.    While being extraordinary fast, it is still 100% compatible. DiskRW
  118.    has proved to work without any problems even on floppy disk drives
  119.    installed with driver.sys! If the high speed processing fails
  120.    completely, the worst thing that can happen is that DiskRW runs
  121.    slower. Created copies will work correctly.
  122.  
  123.  
  124.  
  125.    1.3 Applications
  126.  
  127.    There are many useful applications of DiskRW:
  128.  
  129.    - copy disks with a speed that you never believed to be possible
  130.  
  131.    - copy disks with inserting source and destination disk only once
  132.  
  133.    - create multiple copies of one source disk with inserting
  134.      the source disk only once
  135.  
  136.    - store the image of several disks on your hard disk to write
  137.      them back to disks sometime later
  138.  
  139.  
  140.  
  141.                                     3
  142.  
  143.  
  144.  
  145.    - archive images of several disks on larger capacity disks, tape
  146.      drive, cartridge, etc. You can even compress the disk images with
  147.      you favorite compressor program before storing them thus saving a
  148.      lot of disks.
  149.  
  150.    - send disks via network/modem. The receiver of an image file can
  151.      create an exact copy of the original disk
  152.  
  153.    - write the image of a 5.25" disk to a (larger capacity) 3.5"
  154.      disk without reformatting. The result will be an exact 1:1
  155.      copy, DOS is not able to tell the difference!
  156.  
  157.  
  158.  
  159.    Besides the really high speed, DiskRW has several more
  160.    interesting features:
  161.  
  162.    - automatically switch to format mode if necessary
  163.  
  164.    - completely user-configurable: you can store frequently needed
  165.      options in a configuration file
  166.  
  167.    - detects automatically the presence of DESQview and can be run in
  168.      a small window or in the background on 80286 and even on 8086
  169.      computers
  170.  
  171.    - the unregistered version is not crippled in any way,
  172.      i.e. you can immediately use all the features listed above
  173.  
  174.    - you can get the registered version for only 30 DM (approximately
  175.      US $20)! (VISA and Mastercard accepted)
  176.  
  177.  
  178.  
  179.    2   Shareware
  180.  
  181.  
  182.    Shareware is a distribution method, not a type of software. The Shareware
  183.    system makes fitting your needs easier, because you can try before you
  184.    buy. And because the overhead is low, prices are low also. Shareware has
  185.    the ultimate money-back guarantee - if you don't use the product, you
  186.    don't pay for it.
  187.  
  188.  
  189.  
  190.                                     4
  191.  
  192.  
  193.  
  194.    Copyright laws apply to both Shareware and commercial software, and the
  195.    copyright holder retains all rights, with a few specific exceptions as
  196.    stated below. The main difference is in the method of distribution. The
  197.    shareware author specifically grants the right to copy and distribute the
  198.    software.
  199.  
  200.    The shareware system and the continued availability of quality shareware
  201.    products depend on YOUR willingness to register and pay for the software
  202.    that you use. It's the registration fees YOU pay which allows to support
  203.    and continue to develop such products!
  204.  
  205.  
  206.  
  207.    3   Usage
  208.  
  209.  
  210.  
  211.    3.1  Installation
  212.  
  213.  
  214.    Before using DiskRW you should take a few minutes to install it. It will
  215.    also work when you do not do this but it will not reach full speed!
  216.  
  217.    During installation DiskRW will determine the optimum disk access
  218.    parameters for every combination of drive type and disk capacity. It will
  219.    store these parameters in a configuration file (DISKRW.CFG).
  220.  
  221.    If DiskRW can not find this configuration file, it will set both
  222.    parameters to 0. It will work correctly with these values and produce
  223.    correct disk copies but it will run slower.
  224.  
  225.    To install DiskRW just run it with the /i  (=install) option once for
  226.    every disk drive and disk type that you are using. Example: if you have
  227.    two disk drives (A: and B:) and are using 360k and 1.2MB disks in drive A:
  228.    and 720k disks in drive B: then you have to issue the command
  229.    DISKRW /i A: two times and DISKRW /i B: once. If you are asked to insert
  230.    the disk, insert once a formatted 360k and once a 1.2M disk into drive A:
  231.    and a formatted 720k disk into drive B:.
  232.  
  233.    It is not important in which order you install the different drives and
  234.    disk types. You can also install additional drives or disk types or
  235.    re-install already installed ones at any time. If you forgot which ones
  236.    are already installed just look into the configuration file DISKRW.CFG.
  237.    It's a plain ASCII file.
  238.  
  239.    During installation DiskRW will read the full disk several times. The
  240.    first and last run are only to show you the speed difference. They can be
  241.    aborted by pressing the ESC-key without any negative effect on the
  242.  
  243.  
  244.  
  245.                                     5
  246.  
  247.  
  248.  
  249.    parameter determination. This will save about a minute. The parameter
  250.    determination alone will take between one and two minutes.
  251.  
  252.    The two time values displayed during installa